home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-14 | 741 b | 44 lines | [TEXT/MPS ] |
- object oMF29_6 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oIssue_29_BI_6_1,
- oMenu_Button_6_2
- ];
- end;
-
-
- object oIssue_29_BI_6_1 is cPictureHandler
- with
- Duration is -1;
- Supplier is oIssue_29_BI_28_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object oMenu_Button_6_2 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMenu_Button_49_;
- Behavior is cVRBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oBinder.Goto(oBack_Issues_3);
- oBinder.Refresh();
- oBinder.SetTransition(oDissolve, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 519; Y is 431; Width is 90; Height is 39;
- end;
- end;
-
-